{ "version": 4, "terraform_version": "1.5.4", "serial": 223, "lineage": "cb759782-85d9-57c1-98d4-3f00d355b794", "outputs": { "db_endpoint": { "value": "db-2.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-23fe17d7aa9a50e00", "ami": "ami-fb3635ca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-65c8d69a"], "subnet_id": "subnet-017429f7", "key_name": "prod-deploy-key" } } ] } ] }