{ "version": 4, "terraform_version": "1.5.7", "serial": 232, "lineage": "5a3ca4e8-7458-a4b6-6f19-0b4cbdc9aac4", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-8f8b4d62875df4016", "ami": "ami-112c556e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a3be9dd4"], "subnet_id": "subnet-70866e12", "key_name": "prod-deploy-key" } } ] } ] }