{ "version": 4, "terraform_version": "1.6.0", "serial": 533, "lineage": "3cc186b0-f3aa-9157-272e-c99797ad712a", "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-4d722a7ea5b3912e2", "ami": "ami-b325aecc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8a851957"], "subnet_id": "subnet-8aa73acd", "key_name": "prod-deploy-key" } } ] } ] }