{ "version": 4, "terraform_version": "1.7.8", "serial": 283, "lineage": "42eee93d-828a-88ec-372b-de16c1c4cf9f", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b2f297122d54b10d4", "ami": "ami-c7ea358c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-222aada1"], "subnet_id": "subnet-8abfd257", "key_name": "prod-deploy-key" } } ] } ] }