{ "version": 4, "terraform_version": "1.6.0", "serial": 171, "lineage": "fdefe209-6082-80a0-3937-e57c30235ee8", "outputs": { "db_endpoint": { "value": "db-3.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-762e293a4d9635b07", "ami": "ami-179144db", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-062c17a6"], "subnet_id": "subnet-85fae847", "key_name": "prod-deploy-key" } } ] } ] }