{ "version": 4, "terraform_version": "1.6.2", "serial": 485, "lineage": "186ddd69-9739-bd39-fc07-b9dec659d4ea", "outputs": { "db_endpoint": { "value": "db-3.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-660d6cd448d61ccd8", "ami": "ami-31612d1a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cd9e7c6d"], "subnet_id": "subnet-e143ed2a", "key_name": "prod-deploy-key" } } ] } ] }