{ "version": 4, "terraform_version": "1.8.4", "serial": 488, "lineage": "019b7622-bf95-cace-b92a-aff40808d1f3", "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-fffb476f5385b7d7c", "ami": "ami-00e4f8de", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a110748c"], "subnet_id": "subnet-d98158cf", "key_name": "prod-deploy-key" } } ] } ] }