{ "version": 4, "terraform_version": "1.6.2", "serial": 119, "lineage": "9411cde1-4195-0d0d-a387-0d3175f2c17b", "outputs": { "db_endpoint": { "value": "db-0.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-17ae6e95bfbd2eb70", "ami": "ami-1f680b13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ee8a74f8"], "subnet_id": "subnet-f329d7c2", "key_name": "prod-deploy-key" } } ] } ] }