{ "version": 4, "terraform_version": "1.5.3", "serial": 561, "lineage": "b5020f2d-ee23-ee4b-72b7-ba88c911af37", "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-38bdc1308a735398f", "ami": "ami-9bff9ec9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1fec0049"], "subnet_id": "subnet-aa30641f", "key_name": "prod-deploy-key" } } ] } ] }