{ "version": 4, "terraform_version": "1.5.4", "serial": 400, "lineage": "872dabd6-19f2-248f-cee6-05849848b2da", "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-a2efc6da6a5995c8c", "ami": "ami-adc34958", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7af10d5b"], "subnet_id": "subnet-b1843785", "key_name": "prod-deploy-key" } } ] } ] }