{ "version": 4, "terraform_version": "1.6.0", "serial": 570, "lineage": "b9999f3b-bfb3-f17a-d5cb-1d08ab03e506", "outputs": { "db_endpoint": { "value": "db-0.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-bc5360f87e06cc532", "ami": "ami-9eb621cc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8852f4cf"], "subnet_id": "subnet-23c8882d", "key_name": "prod-deploy-key" } } ] } ] }