{ "version": 4, "terraform_version": "1.5.8", "serial": 126, "lineage": "bea4cdf2-4739-6ad1-d90d-c2a61c47579b", "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-a9c6db08573711448", "ami": "ami-23de7803", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-026c9e29"], "subnet_id": "subnet-a9e8c894", "key_name": "prod-deploy-key" } } ] } ] }