{ "version": 4, "terraform_version": "1.8.6", "serial": 347, "lineage": "4c4e3883-8696-5e3a-a8d2-3b1dc99a84a9", "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-220c8a1d3c215f8c1", "ami": "ami-cb14b3c9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf498bdb"], "subnet_id": "subnet-636db28e", "key_name": "prod-deploy-key" } } ] } ] }