{ "version": 4, "terraform_version": "1.7.2", "serial": 355, "lineage": "d60fcbf9-bb04-d75c-d3fb-6ca36aa13df0", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-ce202241bdcdf462f", "ami": "ami-16d2f353", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e8c6a9bd"], "subnet_id": "subnet-e805338d", "key_name": "prod-deploy-key" } } ] } ] }