{ "version": 4, "terraform_version": "1.6.8", "serial": 295, "lineage": "529e8a95-711b-7976-09ec-cd0aae600881", "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-43579635412010f8a", "ami": "ami-566baddd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fd4476b2"], "subnet_id": "subnet-c7ececce", "key_name": "prod-deploy-key" } } ] } ] }