{ "version": 4, "terraform_version": "1.6.4", "serial": 223, "lineage": "478c1d2f-64d3-e2a9-6df5-f0dde26be95d", "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-a78b238c27228970c", "ami": "ami-78dc4d3f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9daabf9b"], "subnet_id": "subnet-5cf211fd", "key_name": "prod-deploy-key" } } ] } ] }