{ "version": 4, "terraform_version": "1.6.7", "serial": 335, "lineage": "c43fdd2d-7a73-7d84-68dc-b70954e8c3d0", "outputs": { "db_endpoint": { "value": "db-3.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-e1bf470f4ef54f794", "ami": "ami-d0e43866", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e48fdbc8"], "subnet_id": "subnet-997ff642", "key_name": "prod-deploy-key" } } ] } ] }