{ "version": 4, "terraform_version": "1.6.0", "serial": 552, "lineage": "8d483190-b525-f176-8d8c-9e531577e689", "outputs": { "db_endpoint": { "value": "db-1.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-c404bd05417a0bed0", "ami": "ami-e7330dcc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e6a6bb98"], "subnet_id": "subnet-57d13ebd", "key_name": "prod-deploy-key" } } ] } ] }