{ "version": 4, "terraform_version": "1.7.5", "serial": 220, "lineage": "dedc952b-4bc2-3e32-10f5-2ff7bbf71b88", "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-fc351dcb74c9419ca", "ami": "ami-d3e97145", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d7faa558"], "subnet_id": "subnet-53bae693", "key_name": "prod-deploy-key" } } ] } ] }