{ "version": 4, "terraform_version": "1.6.5", "serial": 556, "lineage": "505c1768-b380-a656-4ee0-d9bf2a3dfd88", "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-60b3395f3805035ed", "ami": "ami-96517ffe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6106b6a8"], "subnet_id": "subnet-43b299fb", "key_name": "prod-deploy-key" } } ] } ] }