{ "version": 4, "terraform_version": "1.6.5", "serial": 151, "lineage": "8e054ed1-b2e6-089d-77ff-fb055f432bad", "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-4661bafd25d0aedb7", "ami": "ami-f4b7e7bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f5beb1c"], "subnet_id": "subnet-331922f2", "key_name": "prod-deploy-key" } } ] } ] }