{ "version": 4, "terraform_version": "1.7.0", "serial": 525, "lineage": "b69a7b87-d78b-3944-a98d-9d9ebc586986", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-5ec42fd39dbdd1577", "ami": "ami-c55b396d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4fb84963"], "subnet_id": "subnet-20d9af94", "key_name": "prod-deploy-key" } } ] } ] }