{ "version": 4, "terraform_version": "1.5.6", "serial": 186, "lineage": "b0ee2c59-02ee-904a-4d03-66ff9185b66e", "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-00a282a2b1a4f2db6", "ami": "ami-e5ac4dd7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a983dff7"], "subnet_id": "subnet-3bb8a96b", "key_name": "prod-deploy-key" } } ] } ] }