{ "version": 4, "terraform_version": "1.5.2", "serial": 219, "lineage": "b3968c0d-4bde-8ee0-2e07-98d0b271a427", "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-d06ab04fa6b8582bf", "ami": "ami-a383b494", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b55f494e"], "subnet_id": "subnet-270dcb94", "key_name": "prod-deploy-key" } } ] } ] }