{ "version": 4, "terraform_version": "1.5.8", "serial": 212, "lineage": "61c7655c-4a70-aff7-d204-ca40e2ae3d27", "outputs": { "db_endpoint": { "value": "db-2.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-1e42b845c1ca3ca69", "ami": "ami-68fff094", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7cc7c69"], "subnet_id": "subnet-94a3a2a1", "key_name": "prod-deploy-key" } } ] } ] }