{ "version": 4, "terraform_version": "1.8.0", "serial": 499, "lineage": "d5c548be-e0d2-49c0-649f-6e4ba38a3017", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-1fd36aae0fc0c5028", "ami": "ami-1f27474c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1369fc95"], "subnet_id": "subnet-7d3dddbf", "key_name": "prod-deploy-key" } } ] } ] }