{ "version": 4, "terraform_version": "1.7.7", "serial": 205, "lineage": "ae4540fe-5818-1121-50f0-1df40b767282", "outputs": { "db_endpoint": { "value": "db-3.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-0c02b8ea0a46b42cf", "ami": "ami-e8af1a86", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-286fe714"], "subnet_id": "subnet-a82a054b", "key_name": "prod-deploy-key" } } ] } ] }