{ "version": 4, "terraform_version": "1.5.1", "serial": 124, "lineage": "c7e4b57c-7021-ecd6-dc4e-f6e6aa0b921e", "outputs": { "db_endpoint": { "value": "db-3.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-0ddd029af1b68e85a", "ami": "ami-dc814cf1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-31374faa"], "subnet_id": "subnet-8d104eae", "key_name": "prod-deploy-key" } } ] } ] }