{ "version": 4, "terraform_version": "1.6.3", "serial": 116, "lineage": "98bcb4c4-5aa3-0a25-f8e5-e1466664b8a8", "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-f1d80f2aba24c74d5", "ami": "ami-5820c2d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9b31f7c5"], "subnet_id": "subnet-624a78c1", "key_name": "prod-deploy-key" } } ] } ] }