{ "version": 4, "terraform_version": "1.5.1", "serial": 474, "lineage": "8511a477-13d8-e8dd-699b-d698293d73bd", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c2764428587e04afc", "ami": "ami-cf315c9f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-990ecd8e"], "subnet_id": "subnet-d372458e", "key_name": "prod-deploy-key" } } ] } ] }