{ "version": 4, "terraform_version": "1.6.5", "serial": 413, "lineage": "30cfa202-ee46-dd5b-8c22-704e518368e0", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-815f7214d181f69c3", "ami": "ami-90a4e71d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c1e9d98"], "subnet_id": "subnet-874f48d9", "key_name": "prod-deploy-key" } } ] } ] }