{ "version": 4, "terraform_version": "1.6.3", "serial": 240, "lineage": "38293e58-7920-b8ef-36b2-721a6562a06d", "outputs": { "db_endpoint": { "value": "db-4.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-f4f9bbc7d9ccab89c", "ami": "ami-1346b959", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fcaf42d6"], "subnet_id": "subnet-9b40c73e", "key_name": "prod-deploy-key" } } ] } ] }