{ "version": 4, "terraform_version": "1.7.4", "serial": 347, "lineage": "1e003316-307d-030c-8dc4-809d3517a739", "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-3b191eadbef8ec22e", "ami": "ami-a913c430", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-734b412b"], "subnet_id": "subnet-e91acbc5", "key_name": "prod-deploy-key" } } ] } ] }