{ "version": 4, "terraform_version": "1.5.8", "serial": 325, "lineage": "e0f1507c-3d36-8061-018c-9886d9a3fced", "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-ba9c8080025d2cd47", "ami": "ami-ed7193ce", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ad1ccc9d"], "subnet_id": "subnet-fb8eddc4", "key_name": "prod-deploy-key" } } ] } ] }