{ "version": 4, "terraform_version": "1.8.1", "serial": 290, "lineage": "4e29e801-d953-8fb6-de9b-bf2861b8a056", "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-7d304f3b587b78727", "ami": "ami-9090d08f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-94741c12"], "subnet_id": "subnet-5d26256d", "key_name": "prod-deploy-key" } } ] } ] }