{ "version": 4, "terraform_version": "1.5.5", "serial": 176, "lineage": "fb4dbe59-711f-2c06-f2e9-fd6ffad846b5", "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-6cbc7f96d2737fc19", "ami": "ami-299f237a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7b1d86b1"], "subnet_id": "subnet-716a302f", "key_name": "prod-deploy-key" } } ] } ] }