{ "version": 4, "terraform_version": "1.6.5", "serial": 495, "lineage": "8a060400-9707-feb1-5293-2c7e9699ff79", "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-41e00aa0e2a644fc8", "ami": "ami-b5596ab6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a267d14"], "subnet_id": "subnet-033fa9da", "key_name": "prod-deploy-key" } } ] } ] }