{ "version": 4, "terraform_version": "1.6.8", "serial": 511, "lineage": "cf73dfcd-7650-d0cc-86c9-c709d1afbc50", "outputs": { "db_endpoint": { "value": "db-0.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-557ac0a6448bc1dc4", "ami": "ami-eea1b999", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc5f134c"], "subnet_id": "subnet-f9ce8d13", "key_name": "prod-deploy-key" } } ] } ] }