{ "version": 4, "terraform_version": "1.5.3", "serial": 364, "lineage": "928a5c43-b0ec-2813-3fc0-ad2b9ca5f084", "outputs": { "db_endpoint": { "value": "db-1.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-bcc2104f5006c542c", "ami": "ami-480a323a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7a05c479"], "subnet_id": "subnet-666bc8ae", "key_name": "prod-deploy-key" } } ] } ] }