{ "version": 4, "terraform_version": "1.6.5", "serial": 470, "lineage": "35061593-d7cb-1b1c-4a83-309d0c456cb7", "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-c5a45c11ac33f3891", "ami": "ami-78ec363d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-998ce69e"], "subnet_id": "subnet-4295537d", "key_name": "prod-deploy-key" } } ] } ] }