{ "version": 4, "terraform_version": "1.6.5", "serial": 477, "lineage": "51405a38-c497-5510-000c-4aeea81c2285", "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-43b42c5de54f6a18e", "ami": "ami-d430ee9c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e683f727"], "subnet_id": "subnet-034a3cd3", "key_name": "prod-deploy-key" } } ] } ] }