{ "version": 4, "terraform_version": "1.8.0", "serial": 480, "lineage": "c1e68e27-3ac3-0cf7-d2d4-d38c7555c369", "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-2ac3b7fac41df9aba", "ami": "ami-00082364", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-58d0ae90"], "subnet_id": "subnet-88251bb9", "key_name": "prod-deploy-key" } } ] } ] }