{ "version": 4, "terraform_version": "1.5.0", "serial": 302, "lineage": "672f3fad-7645-e3c5-cf26-23a96ca98d81", "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-58b6928d937634575", "ami": "ami-154c5390", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0c411b6a"], "subnet_id": "subnet-034431a4", "key_name": "prod-deploy-key" } } ] } ] }