{ "version": 4, "terraform_version": "1.6.1", "serial": 499, "lineage": "b9bfc93d-aaa9-1f60-9adf-ffb3a18d5f46", "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-9934969d18edf4411", "ami": "ami-e00adf2b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-79d79308"], "subnet_id": "subnet-5eec51fb", "key_name": "prod-deploy-key" } } ] } ] }