{ "version": 4, "terraform_version": "1.6.3", "serial": 302, "lineage": "e082527d-4ead-b4b5-d2de-fa04432aea69", "outputs": { "db_endpoint": { "value": "db-2.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-7b7e1389ee10377c7", "ami": "ami-31282e57", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8969bdb"], "subnet_id": "subnet-4539ad8f", "key_name": "prod-deploy-key" } } ] } ] }