{ "version": 4, "terraform_version": "1.6.5", "serial": 110, "lineage": "f98dc877-bad7-a61d-1c50-24bf3a686a91", "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-b06aab997e9b76975", "ami": "ami-1d481c37", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-74a4e36a"], "subnet_id": "subnet-28519e94", "key_name": "prod-deploy-key" } } ] } ] }