{ "version": 4, "terraform_version": "1.8.1", "serial": 561, "lineage": "d379d6cd-6277-55df-08a9-0a29c6e24230", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e04cb2b274be1fe4e", "ami": "ami-23a1b98c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-63be06a6"], "subnet_id": "subnet-af906b99", "key_name": "prod-deploy-key" } } ] } ] }