{ "version": 4, "terraform_version": "1.6.6", "serial": 147, "lineage": "f982f3e6-e82f-5924-225d-e975f04a4a93", "outputs": { "db_endpoint": { "value": "db-0.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-77208aa1bbdba1cfd", "ami": "ami-c4193127", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c72abeb"], "subnet_id": "subnet-63b884c3", "key_name": "prod-deploy-key" } } ] } ] }