{ "version": 4, "terraform_version": "1.6.8", "serial": 512, "lineage": "f38798c9-17ea-b65f-4fa6-9224fa41d4ca", "outputs": { "db_endpoint": { "value": "db-0.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-9acbf41fef61957be", "ami": "ami-61afcaa0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f190f2c2"], "subnet_id": "subnet-0058758c", "key_name": "prod-deploy-key" } } ] } ] }