{ "version": 4, "terraform_version": "1.7.6", "serial": 130, "lineage": "755e57ad-1605-9302-1528-74cbcbfff4e6", "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-20f9f3f0d3d3dc222", "ami": "ami-aa2056e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a6e0122"], "subnet_id": "subnet-71836ef3", "key_name": "prod-deploy-key" } } ] } ] }