{ "version": 4, "terraform_version": "1.6.7", "serial": 124, "lineage": "fd64ac87-81bb-3467-a571-1bc042e62dbf", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-0fabf093933106d4b", "ami": "ami-07d06e34", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-50b918d8"], "subnet_id": "subnet-c48ebd9d", "key_name": "prod-deploy-key" } } ] } ] }