{ "version": 4, "terraform_version": "1.8.4", "serial": 439, "lineage": "3387eea8-6954-b859-a2e8-d81e8a112ff4", "outputs": { "db_endpoint": { "value": "db-1.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-290fe337938c79c6b", "ami": "ami-2f6fa92f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e01d8490"], "subnet_id": "subnet-18ae47b3", "key_name": "prod-deploy-key" } } ] } ] }