{ "version": 4, "terraform_version": "1.7.9", "serial": 539, "lineage": "dc5f5a38-93af-6d14-238a-9d287f1ca241", "outputs": { "db_endpoint": { "value": "db-0.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-f57676003fecf845c", "ami": "ami-850f9fbe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6735e8e9"], "subnet_id": "subnet-7233a8a9", "key_name": "prod-deploy-key" } } ] } ] }