{ "version": 4, "terraform_version": "1.6.7", "serial": 166, "lineage": "5e5616da-032c-11a4-3d65-77b026b7bab2", "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-409e7575e48f1b00a", "ami": "ami-619c033d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f5499130"], "subnet_id": "subnet-0b7b3116", "key_name": "prod-deploy-key" } } ] } ] }