{ "version": 4, "terraform_version": "1.5.5", "serial": 526, "lineage": "8f6312ee-9fe7-63eb-76e0-b70368b392c4", "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-aa17b987df07fd14f", "ami": "ami-ca850828", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-433413f9"], "subnet_id": "subnet-5c7da812", "key_name": "prod-deploy-key" } } ] } ] }