{ "version": 4, "terraform_version": "1.6.6", "serial": 529, "lineage": "dcf0db00-3869-0e8b-765e-63c05ccc91fd", "outputs": { "db_endpoint": { "value": "db-1.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-cbe80cdf1b64f31fa", "ami": "ami-371f3752", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e9bddc0"], "subnet_id": "subnet-c18d0a45", "key_name": "prod-deploy-key" } } ] } ] }