{ "version": 4, "terraform_version": "1.7.9", "serial": 413, "lineage": "8830c868-3ae5-049d-080c-c0b249541ba9", "outputs": { "db_endpoint": { "value": "db-4.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-6ccccde8539261be1", "ami": "ami-b48b18e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c3f28db"], "subnet_id": "subnet-425c1b0b", "key_name": "prod-deploy-key" } } ] } ] }