{ "version": 4, "terraform_version": "1.6.0", "serial": 498, "lineage": "ac700c84-b6d8-815d-7b72-19198bb957a3", "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-4d90df37cbe3fbdc3", "ami": "ami-ec3d67df", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c1840a79"], "subnet_id": "subnet-8b24162d", "key_name": "prod-deploy-key" } } ] } ] }