{ "version": 4, "terraform_version": "1.8.0", "serial": 385, "lineage": "cd5ef632-a572-7da7-b0e5-618de01486f5", "outputs": { "db_endpoint": { "value": "db-2.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-637f3e88da60b6102", "ami": "ami-0ef0d45e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f7bfc381"], "subnet_id": "subnet-d5586945", "key_name": "prod-deploy-key" } } ] } ] }