{ "version": 4, "terraform_version": "1.6.0", "serial": 597, "lineage": "5a42284b-a246-07e8-af37-205a7e697aa1", "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-cf1ce9f529c214626", "ami": "ami-725d28f1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-96f3853a"], "subnet_id": "subnet-b502e6bf", "key_name": "prod-deploy-key" } } ] } ] }